StdIn Function

Retrieves the global reference to the standard input stream, used in ConsoleApplications.

Syntax

result = StdIn




Notes

The Stdin method implements the Readable class interface. If you implement this interface, you must implement the methods and parameters specified by the class interface.

For more information about class interfaces and how to implement them, see the section "Class Interfaces" in the User's Guide.


See Also

ConsoleApplication, StandardInputStream, StandardOutputStream classes; TargetHasGUI constant; Input, Print, StdOut, StdErr methods; Readable class interface.